This tool allow you to fetch all email address from a source file and create comma seperated group


In [8]:
data_file =raw_input("data file name with complete path (txt/html/etc) : ")
group_Size =input("size of email address  groups: ")


data file name with complete path (txt/html/etc) : w
size of email address  groups: 34

In [12]:



Out[12]:
int

In [ ]: